home *** CD-ROM | disk | FTP | other *** search
/ How Many Bugs in a Box / How Many Bugs in a Box.cdr / bugs / act4 / 00717.ls < prev    next >
Encoding:
Text File  |  1995-04-05  |  105 b   |  10 lines

  1. on exitFrame
  2.   if not (the soundBusy of 1) then
  3.     play done
  4.   end if
  5. end
  6.  
  7. on mouseDown
  8.   play done
  9. end
  10.